LabelPosition Enumeration

Represents where data labels are placed.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum LabelPosition

Members

AvoidOverlap0 An algorithm should be used that tries to place the labels without overlapping each other.
Bottom1 The data label is placed below the data point.
BottomLeft2 The data label is placed to the bottom left of the data point.
BottomRight3 The data label is placed to the bottom right of the data point.
Center4 The data label is centered on the data point.
Inside5 The data label is placed inside the data point ( for pie charts the label is placed inside the piece on the bisecting line aligned to the outer radius, for bar charts the label is inside the bar aligned to that end that is given by the data points value, for polar charts the label is placed on that side of the data point that points to the polar charts center ).
Left6 The data label is placed left of the data point.
NearOrigin7 The data label is placed inside the data point on that side that is near to the origin - where the origin is the beginning of the bar in a bar chart or the base line in an area chart ( for bar charts the label is placed inside the bar like with value inside, but aligned to the opposite end of the bar ).
Outside8 The data label is placed outside the data point ( for pie charts the label is placed outside the circle aligned to the outer radius, for bar charts the label is outside the bar aligned to that end that is given by the data points value, for polar charts the label is placed on that side of the data point that points away from the polar charts center ).
Right9 The data label is placed right of the data point.
Top10 The data label is placed on top of the data point.
TopLeft11 The data label is placed to the top left of the data point.
TopRight12 The data label is placed to the top right of the data point.
None13 None.

See Also